Action Hook
View Source on Trac ↗
Action Hook
{$taxonomy}_edit_form_fields
do_action( '{$taxonomy}_edit_form_fields', $tag, $taxonomy ) Fires after the Edit Term form fields are displayed. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `category_edit_form_fields` - `post_tag_edit_form_fields`
Parameters 2 parameters
| Name / Type | Description |
|---|---|
| $tag mixed | No description available. |
| $taxonomy mixed | No description available. |
Hook Information
Source File
wp-admin/edit-tag-form.php
Advertisement